type reflect.fieldScan

4 uses

	reflect (current package)
		type.go#L1176: type fieldScan struct {
		type.go#L1192: 	current := []fieldScan{}
		type.go#L1193: 	next := []fieldScan{{typ: t}}
		type.go#L1277: 				next = append(next, fieldScan{styp, index})